home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue64 / WBroker / Unit1.dfm < prev    next >
Encoding:
Text File  |  2000-10-01  |  810 b   |  40 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 360
  5.   Height = 247
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Memo1: TMemo
  17.     Left = 0
  18.     Top = 0
  19.     Width = 352
  20.     Height = 169
  21.     Align = alTop
  22.     TabOrder = 0
  23.   end
  24.   object Button1: TButton
  25.     Left = 138
  26.     Top = 184
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'Button1'
  30.     TabOrder = 1
  31.     OnClick = Button1Click
  32.   end
  33.   object PageProducer1: TPageProducer
  34.     HTMLFile = 'C:\Program Files\Borland\Delphi5\Projects\test.htm'
  35.     OnHTMLTag = PageProducer1HTMLTag
  36.     Left = 280
  37.     Top = 184
  38.   end
  39. end
  40.